UNPKG

@medusajs/medusa

Version:

Building blocks for digital commerce

5 lines 438 B
import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http"; import { AdminCreateStockLocationFulfillmentSetType } from "../../validators"; import { HttpTypes } from "@medusajs/framework/types"; export declare const POST: (req: AuthenticatedMedusaRequest<AdminCreateStockLocationFulfillmentSetType>, res: MedusaResponse<HttpTypes.AdminStockLocationResponse>) => Promise<void>; //# sourceMappingURL=route.d.ts.map